Inheritance diagram for Exponent::GUI::Controls::CSubMenuMenuItem:

Definition at line 37 of file CSubMenuMenuItem.hpp.
| Exponent::GUI::Controls::CSubMenuMenuItem::CSubMenuMenuItem | ( | const CString & | text, | |
| const long | id | |||
| ) |
Construction
| text | The text to display | |
| id | The id of the menu item |
| virtual Exponent::GUI::Controls::CSubMenuMenuItem::~CSubMenuMenuItem | ( | ) | [virtual] |
Destruction
| virtual CMenu* Exponent::GUI::Controls::CSubMenuMenuItem::getMutableSubMenu | ( | ) | const [inline, virtual] |
Get the sub menu -> which lets you do anything you want to the sub menu..
| CMenu* | The sub menu. Will always be valid, but may have no entries |
Definition at line 67 of file CSubMenuMenuItem.hpp.
References m_menu.
| virtual const CMenu* Exponent::GUI::Controls::CSubMenuMenuItem::getSubMenu | ( | ) | const [inline, virtual] |
Get the sub menu
| const | CMenu* The sub menu. Will always be valid, but may have no entries |
Definition at line 73 of file CSubMenuMenuItem.hpp.
References m_menu.
CMenu* Exponent::GUI::Controls::CSubMenuMenuItem::m_menu [protected] |
The sub menus
Definition at line 81 of file CSubMenuMenuItem.hpp.
Referenced by getMutableSubMenu(), and getSubMenu().